home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / udos / todayis1 / todayis.doc next >
Text File  |  1992-09-21  |  2KB  |  61 lines

  1.         
  2.                     (C) Copyright 1992  DataLogic Systems
  3.         
  4.         
  5.                                T O D A Y I S                      
  6.         
  7.                                 Version 1.x
  8.         
  9.                              Reference Manual
  10.         
  11.         
  12.         
  13.         
  14.         TODAYIS is a little utility for making todays date accessable
  15.         to batch files. This is accomplished by creating a 0 byte file
  16.         on the disk (which is deleted) and then determining its date and
  17.         setting an environmental variable called TODAYIS in the MMDDYY
  18.         format. 
  19.         
  20.         This is useful if you need todays date for some operation such
  21.         as making a ZIP file everyday of your databases index files and
  22.         having the filename as the date it was backed up. This would be
  23.         done in the following manner:
  24.         
  25.         PKZIP -a a:\%%TODAYIS%% C:\DATABASE\*.IX
  26.  
  27.         If todays date was Sept. 22, 1992 this would make a ZIP file
  28.         containing all *.IX files in the C:\DATABASE directory by the
  29.         name of 092292.ZIP and place it on drive A:.
  30.  
  31.         TODAYIS is suitable for ANY operation where you need todays date
  32.         accessable to a batch file.
  33.  
  34.         TODAYIS is FREEWARE. It may be freely copied, placed on BBS's, etc.
  35.         as long as NO fee is charged for its distribution.
  36.  
  37.         The author may be contacted at:
  38.  
  39.                             David L. Smith
  40.                             DataLogic Systems
  41.                             2517 Yuma Dr.
  42.                             Bowling Green, KY 42104
  43.                             (502)781-4303   (voice)
  44.  
  45.                             or
  46.  
  47.                             (502)781-4975   (BBS)
  48.  
  49.         
  50.         
  51.         DISCLAIMER:
  52.         
  53.         DataLogic Systems makes NO claims AND offers NO warranties of
  54.         any sort with TODAYIS.  DataLogic Systems assumes NO responsibility
  55.         for any damage resulting from the apparent or actual use of TODAYIS
  56.         (mental or physical).  The program provided is not guaranteed as to
  57.         merchantability or fitness for its ultimate use.  The user accepts
  58.         all responsibility for use and may not sell the program.
  59.         
  60.         
  61.